Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Nov 2008 at 04:21 UTC
Updated:
16 Dec 2008 at 19:01 UTC
The node.tnid relationship currently has an incorrect handler. The handler is views_handler_relationship_translation (the handler for the other node translation relationship); it should be the generic views_handler_relationship.
The resulting query includes an extraneous language where condition.
This won't always produce an obvious bug, but it will if you don't want a language restriction.
Attached patch fixes this.
| Comment | File | Size | Author |
|---|---|---|---|
| views-source-translation.patch | 740 bytes | nedjo |
Comments
Comment #1
merlinofchaos commentedCommitted.